PerformSelector(Selector,NSThread,NSObject,Boolean,NSString[]) Method
In This Topic
Syntax
'Declaration
Public Overloads Overridable Sub PerformSelector( _
ByVal As ObjCRuntime.Selector, _
ByVal As Foundation.NSThread, _
ByVal As Foundation.NSObject, _
ByVal As Boolean, _
ByVal () As Foundation.NSString _
)
public virtual void PerformSelector(
ObjCRuntime.Selector ,
Foundation.NSThread ,
Foundation.NSObject ,
bool ,
Foundation.NSString[]
)
Parameters
- selector
- onThread
- withObject
- waitUntilDone
- nsRunLoopModes
See Also